-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AWS-LC integration test #654
Draft
hanno-becker
wants to merge
2
commits into
main
Choose a base branch
from
aws_lc_integration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 tasks
hanno-becker
force-pushed
the
aws_lc_integration
branch
3 times, most recently
from
January 13, 2025 11:18
b814b55
to
9f0037d
Compare
hanno-becker
force-pushed
the
aws_lc_integration
branch
from
January 14, 2025 06:48
9f0037d
to
cc89f23
Compare
hanno-becker
changed the title
Add basic AWS-LC integration test
Add C-only AWS-LC integration test
Jan 17, 2025
hanno-becker
force-pushed
the
aws_lc_integration
branch
2 times, most recently
from
February 3, 2025 11:55
c12e6fb
to
076d65a
Compare
hanno-becker
force-pushed
the
aws_lc_integration
branch
from
February 4, 2025 06:35
076d65a
to
730116b
Compare
hanno-becker
force-pushed
the
aws_lc_integration
branch
2 times, most recently
from
February 5, 2025 05:33
414b211
to
0eb614f
Compare
hanno-becker
changed the title
Add C-only AWS-LC integration test
Add AWS-LC integration test
Feb 5, 2025
hanno-becker
force-pushed
the
aws_lc_integration
branch
10 times, most recently
from
February 5, 2025 20:15
744fe93
to
a6e16d6
Compare
hanno-becker
force-pushed
the
aws_lc_integration
branch
14 times, most recently
from
February 6, 2025 12:26
d75ea92
to
3306857
Compare
This commit extends the CI with an integration test for AWS-LC. The integration test currently works with the `mlkem_native` branch from the fork `hanno-becker/aws-lc`, which - Removes the reference implementation - Provides an importer.sh for importing mlkem-native - Provides the glue code between mlkem-native's own API and the API expected by AWS-LC. - As a temporary change, it disables `-Werror=redundant-decls`, because mlkem-native does not yet support it. The CI checks that mlkem-native successfully integrated to this fork, by building and running basic tests of AWS-LC in FIPS and non-FIPS mode. Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
hanno-becker
force-pushed
the
aws_lc_integration
branch
5 times, most recently
from
February 6, 2025 13:21
8d5ecd0
to
8723b62
Compare
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
hanno-becker
force-pushed
the
aws_lc_integration
branch
from
February 6, 2025 13:42
8723b62
to
c5b081a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit extends the CI with an integration test for AWS-LC.
The integration test currently works with the
mlkem_native
branch from the forkhanno-becker/aws-lc
GitHub, which
The CI checks that mlkem-native successfully integrated to this fork, by building and running basic tests of AWS-LC in FIPS and non-FIPS mode.